Skip to main content

Lấy thông tin command

Để lấy thông tin của command, bạn vui lòng gọi api sau:

HTTP Request

GET https://{app_id}.api.piscale.com/chat-bot/v1.0/bots/{ext_bot_id}/commands/{command}

Parameters

TênKiểu dữ liệuMô tảBắt buộc
ext_bot_idstringMã bot
commandstringCommand

Response

Ví dụ
{
"message_code": "M200",
"message": "Success",
"data": {
"command": "xinchao",
"description": "Đây là lời chào hỏi",
"quick_response": "Chào bạn, tui là bot nè",
"enable": false,
"created_at": 1691051662973,
"updated_at": 1697085792594,
"ext_bot_id": "6872016393266763"
}
}
TênKiểu dữ liệuMô tả
message_codestringMã thông điệp. Xem chi tiết
messagestringNội dung mã thông điệp
data.commandstringCommand
data.descriptionstringMô tả command
data.quick_responsestringPhản hồi nhanh với command
data.enablebooleanTrạng thái của hoạt động của command
data.created_atnumberThời gian tạo
data.updated_atnumberThời gian cập nhật
data.ext_bot_idstringCommand được sử dụng cho bot nào